home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / bbs / sftool / doit2.bat < prev    next >
DOS Batch File  |  1993-04-17  |  433b  |  10 lines

  1. rem %1 == disc directory
  2. rem %2 == file name
  3. echo ---------------------------------------------------------------- >> %output%\%2
  4. %cdrom%\bbs\get_area 0 %1 < %cdrom%\dirs.txt >> %output%\%2
  5. echo path: %1 >> %output%\%2
  6. echo ---------------------------------------------------------------- >> %output%\%2
  7. type header2 >> %output%\%2
  8. %cdrom%\bbs\convert %in_type% spitfire %cdrom%\%1 < %cdrom%\%1\00_index.txt >> %output%\%2
  9.  
  10.